home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / smashing.swf / scripts / DefineSprite_58 / frame_3 / DoAction.as
Text File  |  2008-03-12  |  227b  |  7 lines

  1. _root.changeColour(_parent.bonusPath.glass,"glassBlueLit");
  2. _root.changeColour(_parent.bonusPath.bg,"glassBlue");
  3. pointsWorth = random(8) + 1;
  4. points = pointsWorth + "k";
  5. _parent.pointsWorth = pointsWorth * 1000;
  6. stop();
  7.